home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / LK_V1.06.LHA / LK V1.06 / HELP / attributes.hlp < prev    next >
Encoding:
INI File  |  1994-11-01  |  1.7 KB  |  55 lines

  1. [LANGUAGE english; PARENT keywords; PAGE 11-10]
  2. [C;6;B]        ATTRIBUTES <value>
  3. [7]Default: DEFAULT
  4. [J;1;N]
  5.   Only the commercial version will have this instruction fully \
  6. supported. Registred people will receive that version.
  7.  
  8.   Link all hunks of specified object files to be loaded in the \
  9. given memory. This is done regarless of any information present \
  10. in those file hunks. It will last with the next memory \
  11. instruction (CHIP/DEFAULT/FAST or PUBLIC.) The value \
  12. represent a combinaison of the memory attributes:
  13. [I; 2]
  14.         MEMF_ANY        ($00000000)
  15.  
  16.         MEMF_PUBLIC     ($00000001)
  17.         MEMF_CHIP       ($00000002)
  18.         MEMF_FAST       ($00000004)
  19.  
  20.         MEMF_LOCAL      ($00000100)
  21.         MEMF_24BITDMA   ($00000200)
  22.         MEMF_KICK       ($00000400)
  23.  
  24.         MEMF_CLEAR      ($00010000)
  25. [5]        MEMF_LARGEST    ($00020000)
  26.         MEMF_REVERSE    ($00040000)
  27.         MEMF_TOTAL      ($00080000)
  28. [1]
  29.         MEMF_NO_EXPUNGE ($80000000)
  30. [N; 1]
  31. Note: you should avoid the REVERSE bit while some exec.library \
  32. are bugged and will crash the Amiga. The bits LARGEST and TOTAL \
  33. are useless to allocates a buffer of memory.
  34.  
  35.   Because this is a user specification, lk will not send any \
  36. warning.
  37.  
  38.   lk will change simple attributes into the commonly hunk definition \
  39. available. This means the following will never appear:
  40.  
  41.         MEMF_ANY        no memory flag used
  42.         MEMF_FAST       becomes FHNK_FAST
  43.         MEMF_CHIP       becomes FHNK_CHIP
  44.  
  45.   This instruction can appear into the OVERLAY/END block.
  46.  
  47.   See also:
  48. [L;3][LINK chip]            CHIP
  49. [LINK default]                DEFAULT
  50. [LINK fast]                FAST
  51. [LINK filename]                <filename>
  52. [LINK hunkmemory]            HUNKMEMORY
  53. [LINK public]                PUBLIC
  54. [5; LINK about; GOTO address]        Become Registred
  55.